home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / circuits / irsim_ta.z / irsim_ta / irsim / src / ana11 / MAKEFILE < prev    next >
Encoding:
Text File  |  1990-09-13  |  2.3 KB  |  122 lines

  1. SRCS = analyzer.c base.c convert.c coords.c deltaT.c event.c defaults.c graphics.c icon.c menu.c movetot.c movetrace.c namelen.c postscript.c setsteps.c scrollbar.c textwind.c update.c window.c wm.c zoom.c
  2. OBJS = analyzer.o base.o convert.o coords.o deltaT.o event.o defaults.o graphics.o icon.o menu.o movetrace.o movetot.o namelen.o postscript.o setsteps.o scrollbar.o textwind.o update.o window.o wm.o zoom.o
  3. HDSR = ../include/net.h
  4. SYSF =
  5. CSW = -O
  6. CDIRS = -I../include
  7. CFLAGS = $(CDIRS) $(CSW) $(SYSF)
  8. ana.o : $(OBJS)
  9.     ld -r -o ana.o $(OBJS) 
  10. anXhelper : anXhelper.c
  11.     cc $(CSW) $(SYSF) -o anXhelper anXhelper.c
  12. $(SRCS) : 
  13.     co $@
  14. zoom.o: \
  15.     ana.h \
  16.     ../include/net.h \
  17.     ../include/defs.h
  18. wm.o: \
  19.     ana.h \
  20.     ../include/net.h \
  21.     ../include/defs.h
  22. window.o: \
  23.     ana.h \
  24.     ../include/net.h \
  25.     ../include/defs.h \
  26.     graphics.h
  27. update.o: \
  28.     ana.h \
  29.     ../include/net.h \
  30.     ../include/defs.h
  31. textwind.o: \
  32.     ana.h \
  33.     ../include/net.h \
  34.     ../include/defs.h \
  35.     graphics.h
  36. scrollbar.o: \
  37.     ana.h \
  38.     ../include/net.h \
  39.     ../include/defs.h \
  40.     graphics.h
  41. setsteps.o: \
  42.     ana.h \
  43.     ../include/net.h \
  44.     ../include/defs.h
  45. postscript.o: \
  46.     ana.h \
  47.     ../include/net.h \
  48.     ../include/defs.h
  49. namelen.o: \
  50.     ana.h \
  51.     ../include/net.h \
  52.     ../include/defs.h
  53. movetrace.o: \
  54.     ana.h \
  55.     ../include/net.h \
  56.     ../include/defs.h \
  57.     graphics.h
  58. movetot.o: \
  59.     ana.h \
  60.     ../include/net.h \
  61.     ../include/defs.h
  62. menu.o: \
  63.     ana.h \
  64.     ../include/net.h \
  65.     ../include/defs.h \
  66.     graphics.h
  67. icon.o: \
  68.     ana.h \
  69.     ../include/net.h \
  70.     ../include/defs.h \
  71.     graphics.h \
  72.     Bitmaps/opus
  73. graphics.o: \
  74.     ana.h \
  75.     ../include/net.h \
  76.     ../include/defs.h \
  77.     graphics.h \
  78.     Bitmaps/gray \
  79.     Bitmaps/xpat \
  80.     Bitmaps/left_arrows \
  81.     Bitmaps/right_arrows \
  82.     Bitmaps/left_curs \
  83.     Bitmaps/left_mask \
  84.     Bitmaps/right_curs \
  85.     Bitmaps/right_mask \
  86.     Bitmaps/chk \
  87.     Bitmaps/iconbox \
  88.     Bitmaps/sizebox \
  89.     Bitmaps/select
  90. defaults.o: \
  91.     ana.h \
  92.     ../include/net.h \
  93.     ../include/defs.h
  94. event.o: \
  95.     ana.h \
  96.     ../include/net.h \
  97.     ../include/defs.h \
  98.     graphics.h \
  99.     helper.h
  100. deltaT.o: \
  101.     ana.h \
  102.     ../include/net.h \
  103.     ../include/defs.h \
  104.     graphics.h
  105. coords.o: \
  106.     ana.h \
  107.     ../include/net.h \
  108.     ../include/defs.h
  109. convert.o: \
  110.     ana.h \
  111.     ../include/net.h \
  112.     ../include/defs.h
  113. base.o: \
  114.     ana.h \
  115.     ../include/net.h \
  116.     ../include/defs.h \
  117.     graphics.h
  118. analyzer.o: \
  119.     ana.h \
  120.     ../include/net.h \
  121.     ../include/defs.h
  122.